BDStreamingResponseDtoContext

data class BDStreamingResponseDtoContext(val title: String?, val image_links: Array<String>?, val price: Double?, val description: String?, val merchant_id: Int?, val category_id: Int?, val product_id: Int?)

Constructors

Link copied to clipboard
constructor(title: String?, image_links: Array<String>?, price: Double?, description: String?, merchant_id: Int?, category_id: Int?, product_id: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int